func golang.org/x/tools/internal/gcimporter.newInterface
3 uses
golang.org/x/tools/internal/gcimporter (current package)
bimport.go#L556: t := newInterface(p.methodList(parent, tname), embeddeds)
iimport.go#L851: typ := newInterface(methods, embeddeds)
newInterface11.go#L12: func newInterface(methods []*types.Func, embeddeds []types.Type) *types.Interface {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)